@charset "utf-8";

body {
	font-family:Arial, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Roboto, "Droid Sans", "游ゴシック", YuGothic, sans-serif;
	background-color: #fff;
	position: relative;
}
/* window size */
@media only screen and (max-width: 1439px) {
	body {
		transform: scale(0.9);
		-webkit-transform: scale(0.9);
		-moz-transform: scale(0.9);
	}
}
@media only screen and (max-width: 1339px) {
	body {
		transform: scale(0.8);
		-webkit-transform: scale(0.8);
		-moz-transform: scale(0.8);
	}
}
@media only screen and (max-width: 1189px) {
	body {
		transform: scale(0.7);
		-webkit-transform: scale(0.7);
		-moz-transform: scale(0.7);
	}
}

#wrapper {
	width: 100%;
	height: 100%;
	position: relative;
	margin: 0;
	padding: 0;
	background-color: #f2f2f2;
}

/* header */
#headerWrapper {
	width: 100%;
	height: 80px;
	position: relative;
	margin: 0;
	padding: 0;
	background-color: #fff;
	z-index: 1100;
}
#canonLogo {
	width: 151px;
	height: 31px;
	position: absolute;
	top: 25px;
	left: 50px;
	margin: 0;
	padding: 0;
}
#productLogo {
	position: relative;
	margin: 0 auto;
	padding: 0;
	padding-top: 24px;
}
#headerBtn {
	width: 100px;
	height: 24px;
	position: absolute;
	top: 31px;
	right: 50px;
	margin: 0;
	padding: 0;
}
#homeBtn {
	width: 100px;
	display: inline-block;
	margin: 0;
	padding: 4px 0 4px 0;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #666;
	background: #fff;
	border-radius: 6px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
	border: solid 1px #aaa;
	cursor: pointer;
}
#homeBtn:hover {
	text-decoration: underline;
	background: #ddd;
}
#homeBtn:active {box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);}

/* contents */
#contentsWrapper {
	width: 100%;
	height: 680px;
	position: relative;
	margin: 0;
	padding: 0;
	background-color: #f2f2f2;
}
#contents {
	max-width: 1440px;
	height: 680px;
	position: relative;
	margin: 0 auto;
	padding: 0;
}

/* movie */
#videoArea {
	width: 720px;
	height: 405px;
	position: absolute;
	top: 158px;
	left: 360px;
	margin: 0;
	padding: 0;
	visibility: hidden;
	pointer-events: none;
}
.play {
	width: 100px;
	display: inline-block;
	margin: 8px 0px 16px 24px;
	padding: 4px 0 4px 0;
	font-size: 12px;
	line-height: 16px;
	text-align: center;
	color: #fff;
	background: #c00000;
	border-radius: 6px;
	box-shadow: inset 0 2px 0 rgba(255,255,255,0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
	border: solid 1px #aaa;
	cursor: pointer;
}
.play:hover {
	text-decoration: underline;
	background: #7e0000;
}
.play:active {box-shadow: 0 0 2px rgba(0, 0, 0, 0.30);}

/* point */
#pointWrapper {
	width: 250px;
	height: 300px;
	position: absolute;
	top: 93px;
	left: 50px;
	margin: 0;
	padding: 0;
	font-size: 12px;
	line-height: 16px;
	text-align: left;
	visibility: hidden;
}
.pointttl {
	margin-bottom: 8px;
	font-size: 14px;
	line-height: 18px;
}

/* default */
.disc {
	list-style-type: disc;
	padding-left: 18px;
}
